regenerate translation files including command line strings. (#319)
authortsteven4 <tsteven4@users.noreply.github.com>
Sun, 10 Mar 2019 14:24:52 +0000 (08:24 -0600)
committerGitHub <noreply@github.com>
Sun, 10 Mar 2019 14:24:52 +0000 (08:24 -0600)
commit932b98b7228d5edbe1aa1939caf8112db5e4b035
treedb179b6baecb54f1899e5e7b52ea2c0389a848d3
parentd3dc4b0aa3926df8bc8a2f3153bbd8254e6dca77
regenerate translation files including command line strings. (#319)

* spelling fixes in mainwindow.cc

* regenerate compiled translation files.

add a process to capture the translated command line strings, &
update the corresponding translation source and compiled files.

remove gui context from gpsbabel_it.ts.

correct errors in mainwindow setting up command line translations.

deploy compiled command line translations.

* correct permissions on new pro file.

* delete obsolete and empty translation files.
42 files changed:
gui/app.pro
gui/coretool/.gitignore [new file with mode: 0644]
gui/coretool/core.pro [new file with mode: 0644]
gui/coretool/core_strings.h [new file with mode: 0644]
gui/coretool/coretool.cc [new file with mode: 0644]
gui/coretool/coretool.pro [new file with mode: 0644]
gui/coretool/gpsbabel_de.qm [new file with mode: 0644]
gui/coretool/gpsbabel_de.ts [new file with mode: 0644]
gui/coretool/gpsbabel_es.qm [new file with mode: 0644]
gui/coretool/gpsbabel_es.ts [new file with mode: 0644]
gui/coretool/gpsbabel_fr.qm [new file with mode: 0644]
gui/coretool/gpsbabel_fr.ts [new file with mode: 0644]
gui/coretool/gpsbabel_hu.qm [new file with mode: 0644]
gui/coretool/gpsbabel_hu.ts [new file with mode: 0644]
gui/coretool/gpsbabel_it.qm [new file with mode: 0644]
gui/coretool/gpsbabel_it.ts [new file with mode: 0644]
gui/coretool/gpsbabel_ru.qm [new file with mode: 0644]
gui/coretool/gpsbabel_ru.ts [new file with mode: 0644]
gui/formatload.cc
gui/gpsbabel.qm [deleted file]
gui/gpsbabel.ts [deleted file]
gui/gpsbabel_de.ts [deleted file]
gui/gpsbabel_es.ts [deleted file]
gui/gpsbabel_fr.ts [deleted file]
gui/gpsbabel_hu.ts [deleted file]
gui/gpsbabel_it.ts [deleted file]
gui/gpsbabelfe.qm [deleted file]
gui/gpsbabelfe.ts [deleted file]
gui/gpsbabelfe_de.qm
gui/gpsbabelfe_de.ts
gui/gpsbabelfe_es.qm
gui/gpsbabelfe_es.ts
gui/gpsbabelfe_fr.ts
gui/gpsbabelfe_hu.ts
gui/gpsbabelfe_it.qm
gui/gpsbabelfe_it.ts
gui/gpsbabelfe_ru.qm
gui/gpsbabelfe_ru.ts
gui/mainwindow.cc
gui/package_app
gui/setup.iss
gui/setup.iss.in